ComponentOne ASP.NET MVC Controls
Expand Method

C1.Web.Mvc.Fluent Namespace > BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class : Expand Method
The value.
Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.Expand. Sets a string that specifies whether related entities should be included in the return data.
Syntax
'Declaration
 
Public Function Expand( _
   ByVal value As String _
) As TBuilder
public TBuilder Expand( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class
BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Members